object AddWnd: TAddWnd Left = 288 Top = 157 HelpContext = 90 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsDialog Caption = 'Alarm Clock' ClientHeight = 249 ClientWidth = 455 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object TimeLabel: TLabel Left = 96 Top = 21 Width = 36 Height = 16 Caption = 'Time' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object HourLabel: TLabel Left = 199 Top = 16 Width = 23 Height = 13 Caption = 'Hour' end object MinuteLabel: TLabel Left = 255 Top = 16 Width = 32 Height = 13 Caption = 'Minute' end object DayLabel: TLabel Left = 96 Top = 84 Width = 74 Height = 16 Caption = 'Wednesday' Enabled = False Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object MonthLabel: TLabel Left = 296 Top = 84 Width = 70 Height = 16 AutoSize = False Caption = '---------' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Bevel1: TBevel Left = 90 Top = 8 Width = 361 Height = 105 end object Label5: TLabel Left = 96 Top = 53 Width = 34 Height = 16 Caption = 'Date' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label1: TLabel Left = 96 Top = 69 Width = 46 Height = 13 Caption = 'Weekday' end object Label2: TLabel Left = 200 Top = 64 Width = 19 Height = 13 Caption = 'Day' end object Label3: TLabel Left = 392 Top = 64 Width = 22 Height = 13 Caption = 'Year' end object Label6: TLabel Left = 292 Top = 64 Width = 30 Height = 13 Caption = 'Month' end object UpDown1: TUpDown Left = 232 Top = 32 Width = 12 Height = 24 Associate = HourBox Min = 0 Max = 24 Position = 0 TabOrder = 0 Wrap = False end object UpDown2: TUpDown Left = 288 Top = 32 Width = 12 Height = 24 Associate = MinuteBox Min = 0 Max = 59 Position = 0 TabOrder = 1 Wrap = False OnClick = UpDown2Click end object HourBox: TEdit Left = 199 Top = 32 Width = 33 Height = 24 Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 Text = '0' OnExit = HourBoxExit end object MinuteBox: TEdit Left = 255 Top = 32 Width = 33 Height = 24 Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 Text = '0' OnExit = MinuteBoxExit end object DayBox: TEdit Left = 200 Top = 80 Width = 70 Height = 24 AutoSize = False Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 Text = '0' OnExit = DayBoxExit end object DayUpDown: TUpDown Left = 270 Top = 80 Width = 12 Height = 24 Associate = DayBox Min = -1 Max = 31 Position = 0 TabOrder = 5 Wrap = False OnClick = DayUpDownClick end object YearBox: TEdit Left = 387 Top = 80 Width = 41 Height = 24 Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] MaxLength = 4 ParentFont = False TabOrder = 6 Text = '1901' end object YearUpDown: TUpDown Left = 428 Top = 80 Width = 15 Height = 25 Min = 1901 Max = 2100 Position = 1901 TabOrder = 7 Wrap = False OnClick = YearUpDownClick end object WDUpDown: TUpDown Left = 177 Top = 80 Width = 15 Height = 25 Enabled = False Min = -1 Max = 7 Position = 0 TabOrder = 8 Wrap = False OnClick = WDUpDownClick end object TG: TRadioGroup Left = 8 Top = 8 Width = 73 Height = 105 Caption = ' Alarm type ' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemIndex = 0 Items.Strings = ( 'One off' 'Daily' 'Weekly' 'Monthly') ParentFont = False TabOrder = 9 OnClick = TGClick end object MonthUpDown: TUpDown Left = 369 Top = 80 Width = 14 Height = 25 Min = 0 Max = 13 Position = 0 TabOrder = 10 Wrap = False OnChanging = MonthUpDownChanging OnClick = MonthUpDownClick end object Add: TButton Left = 152 Top = 216 Width = 75 Height = 25 Caption = '&Add' Default = True TabOrder = 11 OnClick = AddClick end object Button2: TButton Left = 240 Top = 216 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 12 OnClick = Button2Click end object TextBox: TMemo Left = 5 Top = 120 Width = 446 Height = 89 Hint = 'Type the message for your alarm here - maximum 600 characters' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] MaxLength = 600 ParentFont = False TabOrder = 13 end end